﻿
/*!  
Gallery 
*/

.pnlGalleryWrapper
{
}

.pnlGalleryWrapper a img
{
	border:1px solid black;
}

.pnlGalleryWrapper a
{
	outline:none;
	text-decoration:none;
}

.pnlSingleImageGallery a
{
	display:none;
	outline:none;
}

.pnlSingleImageGallery a:first-child
{
	display:inline;
}

.pnlViewAllGallery
{
	width:528px;
	margin:0 auto;
}

.pnlViewAllGallery a
{
	width:122px;
	height:122px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	margin:0 6px;
}

.pnlViewAllGallerySingleImage
{
	width:122px;
	height:122px;
	float:left;
	/*margin:0 4px;*/
	margin:2px;
	text-align:center;
	border:1px solid #bfbfbf;
	background-color:#efefef;
	padding:2px;
}

.pnlViewAllGallerySingleImage a img
{
	border:none;
}

.pnlViewAllGallery a *
{
	vertical-align:middle;
}

.pnlScrollableGallery,
.pnlScrollableGallery2
{
	width:630px;
	margin:0 auto;
}

.items a
{
	width:106px;
	display:block;
	float:left;
	margin:0 2px;
}

.items
{
	clear:both;
}

/* scrollable v2 */

.imgScrollable2
{
	-moz-border-radius:0!important;
	padding:0!important;
	background-color:transparent!important;
	border:0!important;
}

